-
Notifications
You must be signed in to change notification settings - Fork 23
Merge setup.cfg, tox.ini into pyproject.toml and use dependency groups #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dstansby
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall - I spotted one typo, hence request changes, but the rest looks good 👍
pyproject.toml
Outdated
| "tox", | ||
| "pytest-xvfb; sys_platform == 'linux'", | ||
| ] | ||
| dev = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this instead be ["napari-matplotlib[test]", "napar-matplotlib[docs]"] to avoid duplication?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you can have that!
The syntax is a bit different. It would be:
dev = [
{include-group = "test"},
{include-group = "docs"},
]
but agree that we don't want to literally WET.
|
@jaideepkathiresan thanks for the contribution! |
A retry of
Should wait for